home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 298_01 / demo.hlp < prev    next >
Text File  |  1987-02-24  |  751b  |  23 lines

  1.             Commands for the PC Curses Demo program
  2.     <CR>    go down to the next window; exits after last window.
  3.  
  4.     <BKSP>    go up to the previous window
  5.  
  6.     ^B    toggle between bios and direct screen updates
  7.         Bios (default) is slow, but provides greater compatibility.
  8.         Direct is fast, but may be incompatible or cause flicker.
  9.  
  10.     ^C    abort this demo
  11.  
  12.     ^G    beep and flash the screen
  13.  
  14.     ^L    redraw the screen
  15.         Use this command to see the effect of ^B and ^W commands.
  16.  
  17.     ^W    update all windows at once
  18.         Normally, the demo updates the windows one at a time
  19.         (if you use bios screen updating, this will be obvious).
  20.         With this option, all the windows are updating at once,
  21.         eliminating redundant updates.
  22.  
  23.               Hit any key to continue